revBrowserInstances
Type
function
Summary
Returns a list of the open browser instances.
Syntax
revBrowserInstances()
Description
Use the revBrowserInstances function to obtain a list of the ids of all the open browser objects.
note
For general information on using the browser library, see the notes in the revBrowserOpen function reference.
Examples
local tInstances, tInstance
put revBrowserInstances() into tInstances
repeat for each item tInstance in tInstances
revBrowserClose tInstance
end repeat
Related
command: revBrowserClose, revBrowserSet
function: revBrowserOpen
glossary: function
Compatibility and Support
Introduced
LiveCode 2.8.1
OS
mac
windows
Platforms
desktop